home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SPLITTER.PAK / SPLITTER.RH < prev   
Text File  |  1997-05-06  |  1KB  |  46 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
  4. //
  5. // $Revision:   10.4  $
  6. //
  7. //----------------------------------------------------------------------------
  8. #if !defined(_SPLITTER_RH)
  9. #define _SPLITTER_RH
  10.  
  11. // Main window menu commands
  12. //
  13. #define BITMAP_1                 1
  14. #define BITMAP_2                 2
  15. #define BITMAP_3                 3
  16.  
  17. #define IDB_GROW                 103
  18. #define IDB_SHRINK               102
  19. #define IDB_NUDGE                103
  20. #define IDB_VERT                 101
  21. #define IDB_HORZ                 100
  22.  
  23. #define CM_S_MOVE                201
  24. #define CM_S_WIDTH               202
  25. #define CM_P_SPLIT               203
  26. #define CM_P_REMOVE              204
  27. #define CM_P_REPLACE             205
  28. #define CM_P_SWAP                206
  29. #define CM_P_FOR_EACH_PANE       207
  30. #define CM_S_SET_SPLITTER_WIDTH  208
  31. #define CM_P_NUMBER_OF_PANES     209
  32. #define CM_P_REMOVE_ALL_PANES    210
  33. #define CM_CREATEPANECLIENT      211
  34.  
  35. #define CM_SPLITVERT             301
  36. #define CM_SPLITHORZ             302
  37. #define CM_SHRINK                303
  38. #define CM_GROW                  304
  39.  
  40. #define CM_CANCLOSE                       501
  41. #define CM_CANTCLOSE               502
  42. #define IDB_CANCLOSE             501
  43. #define IDB_CANTCLOSE            502
  44.  
  45. #endif    
  46.